import { LiffCore } from '../liff'; declare type GetAdvertisingIdResult = null | string; export declare type GetAdvertisingId = () => Promise; export default function createGetAdvertisingId(liff: LiffCore): GetAdvertisingId; export {};