export declare const ERROR_PREFIX = "[Polls Platform] ";
export declare namespace ErrorMessage {
    const BAD_CONFIG = "config does not match required schema";
    const INIT_REQUIRED = "attempted to use the SDK before initializing";
}
export declare function createError(message: string): Error;
