export declare class PinterestParams {
    url: string;
    media: string;
    description: string;
}
