/** * Default type of instagram. */ export declare const INSTAGRAM_TYPE: "instagram"; export declare type INSTAGRAM_TYPE = typeof INSTAGRAM_TYPE; /** * The regex for testing the code copied from `Embed Post of Instagram`. */ export declare const INSTAGRAM_REG: RegExp;